home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 145 < prev    next >
Internet Message Format  |  1996-08-06  |  1KB

  1. Path: gate.net!news-adm
  2. From: kwaddell@gate.net (Karl Waddell)
  3. Newsgroups: comp.std.c
  4. Subject: Help with ICP code
  5. Date: 19 Jan 1996 04:27:32 GMT
  6. Organization: CyberGate, Inc.
  7. Message-ID: <4dn6jk$1of0@news.gate.net>
  8. NNTP-Posting-Host: dffl7-36.gate.net
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=US-ASCII
  11. X-Newsreader: WinVN 0.99.7
  12.  
  13. I have written a client/server app using O'Reilly's ICP 'C' code as a template.
  14. The application runs fine while both parts are on the same box. I moved the 
  15. server binary to another box, on the same subnet, running the same os and patch 
  16. level as the other box and I receive a "connection refused" message on my 
  17. client app, after making the change to reflect the new location of the server 
  18. app. I can telnet to the new site using the port number the server is bound to 
  19. and I can see it accept the connection without any problems. The only change I 
  20. did was to the client side and it was to point to the new location of the 
  21. server app. I have verified the DNS is functioning properly and can perform 
  22. nslookup on the other side without problem. Does anyone have an suggestions, 
  23. serious ones?
  24.  
  25.  
  26. Thanks in advance
  27.  
  28.  
  29. Karl Waddell
  30.  
  31.